// cuchar standard header
#pragma once
#ifndef _CUCHAR_
#define _CUCHAR_
#include <yvals.h>
#include <uchar.h>

 #ifndef RC_INVOKED
_STD_BEGIN
using _CSTD mbstate_t; using _CSTD size_t;
using _CSTD mbrtoc16; using _CSTD c16rtomb;
using _CSTD mbrtoc32; using _CSTD c32rtomb;
_STD_END
 #endif /* RC_INVOKED */
#endif /* _CUCHAR_ */

/*
 * Copyright (c) by P.J. Plauger. All rights reserved.
 * Consult your license regarding permissions and restrictions.
V6.50:0009 */
